home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
comm
/
mail
/
YAMscripts.lha
/
Edit.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-04-10
|
363b
|
11 lines
/* Quickly edits a message in any folder. Don't screw up the headers!
** Just select a message and start this script. You may want to change
** 'sys:tools/memacs' to some other editor and it might not support the
** start line like µemacs ('GOTO 12')
*/
options results
address 'YAM' 'GetMailInfo File'
address command 'sys:tools/memacs' result 'GOTO 12'
exit